[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
FCOMPP            Compare Real and Pop Twice  Exception Flags: I D

FCOMPP

       Logic:      CMP ST, ST(1)
                   sets condition codes in the status word and then pops
                   twice:

                   C3 C2 C1 C0    Means
                   -- -- -- --    -----------
                   0  0  ?  0     ST > source
                   0  0  ?  1     ST < source
                   1  0  ?  0     ST = source
                   1  1  ?  1     ST not comparable to source

     FCOMPP compares ST(1) to ST, sets the condition codes as shown above, and
     pops the stack twice. It takes no operands.

  --------------------------------------------------------------------------
   Operands            Clocks         Bytes           Example
   FCOMPP              45-55            3             FCOMPP
  --------------------------------------------------------------------------

See Also: FCOM FCOMP
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson